Dynamicweb 8 Documentation
GetPages(Int32[]) Method

IDs of page that should be retrieved.
Retrieves a collection of page by the given list of their IDs.
Syntax
'Declaration
 
Public Overloads Shared Function GetPages( _ 
   ByVal ids() As Integer _ 
) As PageCollection
public static PageCollection GetPages( 
   int[] ids 
)

Parameters

ids
IDs of page that should be retrieved.

Return Value

Found pages (or empty collection if nothing found).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Page Class
Page Members
Overload List

Send Feedback